home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 17 / zorklook / zorklook.doc < prev    next >
Text File  |  1994-01-27  |  2KB  |  44 lines

  1. INFOCOM FILE UNSQUEEZER
  2.  
  3.    When run, the program will unsqueeze the data files of Infocom
  4. adventures and display them on the screen.
  5.  
  6.    Several points need to be known when examining this data-
  7.  
  8. (1) A large amount of the displayed data is not ASCII text and so will
  9.     appear as random data.
  10. (2) Common words are stored as token values in Infocom data files, and
  11.     so even random data will appear to be interspersed with whole
  12.     words.
  13. (3) The data is compressed such that three characters are stored for
  14.     every two bytes. This means that if, for example, you start
  15.     examining a file at an even number, then any word that starts at
  16.     an odd number will appear as random data. Therefore, to get a
  17.     complete scan of every message it is necessary to do two passes-
  18.     the first starting at zero and the second starting at one.
  19.  
  20.    Despite these annoyances, a lot of information can be extracted,
  21. especially towards the end of a file where the bulk of the
  22. descriptions are stored.
  23.  
  24.    To use the program, enter the full pathname of the data file to
  25. examine e.g. df1:zork1/story.data, then enter the starting location in
  26. bytes. To examine the whole file you would answer 0 for the first pass
  27. and 1 for the second pass.
  28.  
  29.    A good place to start listing is towards the end of the file around
  30. 70000. For example, try these values for the various files.
  31.  
  32.                ZORK I .......... 68200
  33.                ZORK II ......... 72300
  34.                ZORK III ........ 70100
  35.                INFIDEL ......... 70700
  36.  
  37. (You should set your stack to 10000 before running).
  38.  
  39.  
  40. Brian Parker
  41. 19 Barcelona Street
  42. Wishart, Queensland, 4122
  43. Australia
  44.